type github.com/golang/protobuf/proto.textWriter
13 uses
github.com/golang/protobuf/proto (current package)
text_encode.go#L71: w := &textWriter{
text_encode.go#L117: type textWriter struct {
text_encode.go#L125: func (w *textWriter) Write(p []byte) (n int, _ error) {
text_encode.go#L164: func (w *textWriter) WriteByte(c byte) error {
text_encode.go#L176: func (w *textWriter) writeName(fd protoreflect.FieldDescriptor) {
text_encode.go#L221: func (w *textWriter) writeProto3Any(m protoreflect.Message) (bool, error) {
text_encode.go#L261: func (w *textWriter) writeMessage(m protoreflect.Message) error {
text_encode.go#L354: func (w *textWriter) writeSingularValue(v protoreflect.Value, fd protoreflect.FieldDescriptor) error {
text_encode.go#L407: func (w *textWriter) writeQuotedString(s string) {
text_encode.go#L432: func (w *textWriter) writeUnknownFields(b []byte) {
text_encode.go#L496: func (w *textWriter) writeExtensions(m protoreflect.Message) error {
text_encode.go#L540: func (w *textWriter) writeSingularExtension(name string, v protoreflect.Value, fd protoreflect.FieldDescriptor) error {
text_encode.go#L552: func (w *textWriter) writeIndent() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)